'Declaration Public Shared Function CreateReadOnly( _
ByVal nameИмя узла метаданных.As System.String, _
ByVal itemsЭлементы узла метаданных.As System.Collections.Generic.IEnumerable(Of T) _
) As MetadataNodeCollection(Of T)
public static MetadataNodeCollection<T> CreateReadOnly(
System.String name,
System.Collections.Generic.IEnumerable<T> items
)
public: static MetadataNodeCollection<T*>* CreateReadOnly(
System.String name,
System.Collections.Generic.IEnumerable<T*>* items
)
public:
static MetadataNodeCollection<T^>^ CreateReadOnly(
System.String name,
System.Collections.Generic.IEnumerable<T^>^ items
)
Parameters
- name
- Имя узла метаданных.
- items
- Элементы узла метаданных.
Return Value
Новый экземпляр класса MetadataNodeCollection<T>.